home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / prcgntn1.lha / Precognition / source / BoolGadgetClass.h < prev    next >
C/C++ Source or Header  |  1992-12-23  |  218b  |  11 lines

  1. #ifndef BOOLGADGETCLASS_H
  2. #define BOOLGADGETCLASS_H
  3.  
  4. #include "BoolGadget.h"
  5. #include "ValuatorClass.h"
  6.  
  7. struct ValuatorClass *BoolGadgetClass( void );
  8.  
  9. void BoolGadgetClass_Init( struct ValuatorClass *class );
  10.  
  11. #endif